/* 🔮 ULTRA NEON BLUE THEME 🔮 */

a {
  color:#48cae4;
  text-shadow:0 0 8px #48cae4, 0 0 16px #0096c7;
}

body {
  background:radial-gradient(circle at top, #001a2e, #000);
  color:#e6f4ff;
}

/* inputs */
input, textarea, .post_input_container {
  background:#001a2e;
  border:1px solid #0096c7;
  color:#fff;
  box-shadow:0 0 10px #0077b6 inset, 0 0 10px #0077b6;
}

/* panels */
.pad25,
.back_panel,
.back_box,
.page_element,
.back_menu,
.back_pmenu,
.back_chat,
.back_priv {
  background:#00141e;
  border:1px solid #0077b6;
  box-shadow:
    0 0 10px #0077b6,
    0 0 25px #023e8a,
    inset 0 0 15px #03045e;
}

/* headers */
.bhead,
.bsidebar,
.modal_top,
.pro_top,
.bfoot,
.foot {
  background:#001a2e;
  color:#fff;
  box-shadow:0 0 15px #0077b6;
}

/* buttons */
.theme_btn, .back_theme {
  background:#0077b6;
  color:#fff;
  box-shadow:0 0 10px #0096c7, 0 0 20px #023e8a;
  transition:0.3s;
}

.theme_btn:hover {
  background:#0096c7;
  box-shadow:0 0 20px #48cae4, 0 0 40px #0077b6;
}

/* borders glow */
.bborder, .tborder, .lborder, .rborder, .fborder {
  border-color:#0077b6;
  box-shadow:0 0 8px #0077b6;
}

/* chat bubbles */
.target_private, .hunt_quote {
  background:#0096c7;
  box-shadow:0 0 10px #48cae4;
}

.hunter_private, .targ_quote {
  background:#023e8a;
  box-shadow:0 0 10px #0077b6;
}

/* hover effects */
.bhover:hover,
.bbackhover:hover,
.bmenu:hover,
.submenu:hover {
  background:#03045e;
  box-shadow:0 0 10px #0077b6;
}

/* selected items */
.bselected,
.tab_selected,
.modal_selected {
  background:#0077b6;
  box-shadow:0 0 15px #48cae4;
}

/* glow text */
.theme_color,
.default_color,
.user,
.sub_text {
  text-shadow:0 0 5px #0096c7;
}

/* notifications */
.bnotify {
  background:#ff006e;
  box-shadow:0 0 10px #ff006e;
}

/* scrollbar */
::-webkit-scrollbar {
  width:8px;
}

::-webkit-scrollbar-thumb {
  background:#0077b6;
  box-shadow:0 0 10px #48cae4;
}

/* extra club glow */
body::before {
  content:"";
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:
    radial-gradient(circle at 20% 30%, #0077b622, transparent),
    radial-gradient(circle at 80% 70%, #48cae422, transparent);
  pointer-events:none;
}

/* 🌈 MOVING NEON GRADIENT BACKGROUND */
body {
  background: linear-gradient(
    135deg,
    #001018,
    #023e8a,
    #0077b6,
    #0096c7,
    #0096c7,
    #03045e
  );
  background-size: 400% 400%;
  animation: neonFlow 12s ease infinite;
  color: #e6f4ff;
}

/* ✨ animated glow overlay */
body::before {
  content: "";
  position: fixed;
  inset: 0;
  background: linear-gradient(
    270deg,
    rgba(0, 150, 199, 0.15),
    rgba(0, 119, 182, 0.2),
    rgba(72, 202, 228, 0.15),
    rgba(2, 62, 138, 0.2)
  );
  background-size: 300% 300%;
  animation: neonGlowMove 8s linear infinite;
  pointer-events: none;
  z-index: 0;
}

/* keep content above glow */
#chat_center,
.back_panel,
.back_box,
.page_element,
.back_chat,
.back_priv {
  position: relative;
  z-index: 1;
}

/* 🌊 smooth moving background */
@keyframes neonFlow {
  0% {
    background-position: 0% 50%;
  }
  25% {
    background-position: 50% 100%;
  }
  50% {
    background-position: 100% 50%;
  }
  75% {
    background-position: 50% 0%;
  }
  100% {
    background-position: 0% 50%;
  }
}

/* ✨ moving glow layer */
@keyframes neonGlowMove {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}

/* 💬 CHAT BUBBLES - 2 TINTEN BLAUW NEON */

/* berichten van anderen */
.target_private,
.hunt_quote,
.cquote {
  background: linear-gradient(135deg, #023e8a, #0077b6);
  color: #ffffff;
  border: 1px solid #0096c7;
  border-radius: 18px;
  box-shadow:
    0 0 8px rgba(0, 150, 199, 0.8),
    0 0 16px rgba(0, 119, 182, 0.5),
    inset 0 0 8px rgba(255,255,255,0.08);
  padding: 10px 14px;
}

/* jouw berichten */
.hunter_private,
.targ_quote,
.mbubble {
  background: linear-gradient(135deg, #03045e, #023e8a);
  color: #ffffff;
  border: 1px solid #48cae4;
  border-radius: 18px;
  box-shadow:
    0 0 10px rgba(72, 202, 228, 0.9),
    0 0 20px rgba(2, 62, 138, 0.6),
    inset 0 0 10px rgba(255,255,255,0.06);
  padding: 10px 14px;
}

/* hover glow effect */
.target_private:hover,
.hunter_private:hover,
.mbubble:hover {
  box-shadow:
    0 0 14px rgba(72, 202, 228, 1),
    0 0 28px rgba(0, 119, 182, 0.8);
  transition: 0.25s ease;
}

/* quote inside bubble */
.cqmess {
  color: #e8f7ff;
  text-shadow: 0 0 6px rgba(72, 202, 228, 0.7);
}

.chat_message,
.chat_item {
  background: linear-gradient(135deg, #0077b6, #0096c7) !important;
  border: 1px solid #48cae4 !important;
  box-shadow:
    0 0 12px rgba(0, 150, 199, 0.9),
    0 0 24px rgba(0, 119, 182, 0.6) !important;
}

/* jouw berichten */
.hunter_private,
.targ_quote,
.mbubble,
.chat_msg,
.chat_text,
.post_message {
  background: linear-gradient(135deg, #03045e, #023e8a) !important;
  border: 1px solid #0096c7 !important;
  box-shadow:
    0 0 12px rgba(72, 202, 228, 0.9),
    0 0 24px rgba(2, 62, 138, 0.6) !important;
}

/* 💬 SOFTE RONDE CHATBUBBELS */

/* berichten van anderen */
.target_private,
.hunt_quote,
.cquote,
.chat_message,
.chat_item {
  background: linear-gradient(135deg, #1a3a5c, #1e4a73) !important;
  color: #ffffff !important;
  border: 1px solid rgba(72, 202, 228, 0.35) !important;
  border-radius: 24px !important;
  padding: 12px 16px !important;
  margin: 6px 0 !important;
  box-shadow:
    0 0 8px rgba(0, 150, 199, 0.25),
    inset 0 0 6px rgba(255,255,255,0.04) !important;
}

/* jouw berichten */
.hunter_private,
.targ_quote,
.mbubble,
.chat_msg,
.chat_text,
.post_message {
  background: linear-gradient(135deg, #0d1f3a, #1a3a5c) !important;
  color: #ffffff !important;
  border: 1px solid rgba(72, 162, 210, 0.3) !important;
  border-radius: 24px !important;
  padding: 12px 16px !important;
  margin: 6px 0 !important;
  box-shadow:
    0 0 8px rgba(0, 119, 182, 0.22),
    inset 0 0 6px rgba(255,255,255,0.03) !important;
}

/* extra ronde look op hover */
.target_private:hover,
.hunter_private:hover,
.mbubble:hover {
  box-shadow:
    0 0 10px rgba(72, 162, 220, 0.3) !important;
  transition: 0.25s ease;
}

/* 💬 WHATSAPP STYLE RONDE CHATBUBBELS MET STAARTJE */

/* basis bubbles */
.target_private,
.hunt_quote,
.cquote,
.chat_message,
.chat_item,
.hunter_private,
.targ_quote,
.mbubble,
.chat_msg,
.chat_text,
.post_message {
  position: relative !important;
  max-width: 75% !important;
  padding: 12px 18px !important;
  margin: 8px 0 !important;
  border-radius: 24px !important;
  color: #fff !important;
  word-wrap: break-word !important;
}

/* berichten van anderen - links */
.target_private,
.hunt_quote,
.cquote,
.chat_message,
.chat_item {
  background: linear-gradient(135deg, #1a2e4a, #203557) !important;
  border: 1px solid rgba(72, 162, 220, 0.25) !important;
  box-shadow: 0 0 8px rgba(0, 140, 200, 0.18) !important;
  margin-right: auto !important;
  margin-left: 8px !important;
}

/* staartje links */
.target_private::before,
.hunt_quote::before,
.cquote::before,
.chat_message::before,
.chat_item::before {
  content: "" !important;
  position: absolute !important;
  left: -8px !important;
  bottom: 8px !important;
  width: 16px !important;
  height: 16px !important;
  background: #1a2e4a !important;
  border-radius: 0 0 0 16px !important;
  transform: rotate(45deg) !important;
}

/* jouw berichten - rechts */
.hunter_private,
.targ_quote,
.mbubble,
.chat_msg,
.chat_text,
.post_message {
  background: linear-gradient(135deg, #0d1e35, #1a2e4a) !important;
  border: 1px solid rgba(72, 140, 210, 0.22) !important;
  box-shadow: 0 0 8px rgba(0, 110, 190, 0.16) !important;
  margin-left: auto !important;
  margin-right: 8px !important;
}

/* staartje rechts */
.hunter_private::after,
.targ_quote::after,
.mbubble::after,
.chat_msg::after,
.chat_text::after,
.post_message::after {
  content: "" !important;
  position: absolute !important;
  right: -8px !important;
  bottom: 8px !important;
  width: 16px !important;
  height: 16px !important;
  background: #0d1e35 !important;
  border-radius: 0 0 16px 0 !important;
  transform: rotate(45deg) !important;
}

/* 💬 DONKERBLAUWE CHATBUBBELS MET NEON GLOW RAND */

/* alle chatbubbels */
.target_private,
.hunt_quote,
.cquote,
.chat_message,
.chat_item,
.hunter_private,
.targ_quote,
.mbubble,
.chat_msg,
.chat_text,
.post_message {
  position: relative !important;
  max-width: 75% !important;
  padding: 12px 18px !important;
  margin: 8px 0 !important;
  border-radius: 24px !important;
  color: #ffffff !important;
  background: linear-gradient(135deg, #0d1825, #111e30) !important;
  border: 1px solid #0096c7 !important;
  box-shadow:
    0 0 6px rgba(0, 150, 199, 0.7),
    0 0 12px rgba(0, 119, 182, 0.45),
    inset 0 0 6px rgba(255,255,255,0.03) !important;
  transition: all 0.25s ease !important;
}

/* extra glow bij hover */
.target_private:hover,
.hunter_private:hover,
.mbubble:hover,
.chat_message:hover,
.chat_msg:hover {
  box-shadow:
    0 0 10px rgba(72, 202, 228, 0.9),
    0 0 20px rgba(0, 150, 199, 0.65),
    0 0 30px rgba(0, 119, 182, 0.35) !important;
}

/* links bubble staart */
.target_private::before,
.hunt_quote::before,
.cquote::before,
.chat_message::before,
.chat_item::before {
  content: "" !important;
  position: absolute !important;
  left: -7px !important;
  bottom: 10px !important;
  width: 14px !important;
  height: 14px !important;
  background: #0d1825 !important;
  border-left: 1px solid #0096c7 !important;
  border-bottom: 1px solid #0096c7 !important;
  transform: rotate(45deg) !important;
  box-shadow: 0 0 8px rgba(0, 150, 199, 0.6) !important;
}

/* rechts bubble staart */
.hunter_private::after,
.targ_quote::after,
.mbubble::after,
.chat_msg::after,
.chat_text::after,
.post_message::after {
  content: "" !important;
  position: absolute !important;
  right: -7px !important;
  bottom: 10px !important;
  width: 14px !important;
  height: 14px !important;
  background: #0d1825 !important;
  border-right: 1px solid #0096c7 !important;
  border-bottom: 1px solid #0096c7 !important;
  transform: rotate(-45deg) !important;
  box-shadow: 0 0 8px rgba(0, 150, 199, 0.6) !important;
}

/* 💙 PULSERENDE NEON CHATBUBBELS */

/* basis animatie voor alle bubbles */
.target_private,
.hunt_quote,
.cquote,
.chat_message,
.chat_item,
.hunter_private,
.targ_quote,
.mbubble,
.chat_msg,
.chat_text,
.post_message {
  animation: neonPulseBubble 2.4s ease-in-out infinite !important;
}

/* staartjes ook laten meeknipperen */
.target_private::before,
.hunt_quote::before,
.cquote::before,
.chat_message::before,
.chat_item::before,
.hunter_private::after,
.targ_quote::after,
.mbubble::after,
.chat_msg::after,
.chat_text::after,
.post_message::after {
  animation: neonPulseTail 2.4s ease-in-out infinite !important;
}

/* 💡 zachte neon pulse */
@keyframes neonPulseBubble {
  0% {
    box-shadow:
      0 0 6px rgba(0, 150, 199, 0.55),
      0 0 12px rgba(0, 119, 182, 0.30),
      inset 0 0 4px rgba(255,255,255,0.02);
  }

  50% {
    box-shadow:
      0 0 12px rgba(72, 202, 228, 0.90),
      0 0 24px rgba(0, 150, 199, 0.65),
      0 0 36px rgba(0, 119, 182, 0.35),
      inset 0 0 6px rgba(255,255,255,0.04);
  }

  100% {
    box-shadow:
      0 0 6px rgba(0, 150, 199, 0.55),
      0 0 12px rgba(0, 119, 182, 0.30),
      inset 0 0 4px rgba(255,255,255,0.02);
  }
}

/* ✨ pulse voor bubble staart */
@keyframes neonPulseTail {
  0% {
    box-shadow: 0 0 6px rgba(0, 150, 199, 0.45);
  }

  50% {
    box-shadow:
      0 0 10px rgba(72, 202, 228, 0.85),
      0 0 18px rgba(0, 150, 199, 0.55);
  }

  100% {
    box-shadow: 0 0 6px rgba(0, 150, 199, 0.45);
  }
}

/* ✨ MOVING LIGHT SWEEP OVER CHAT BUBBLES */

.target_private,
.hunt_quote,
.cquote,
.chat_message,
.chat_item,
.hunter_private,
.targ_quote,
.mbubble,
.chat_msg,
.chat_text,
.post_message {
  position: relative !important;
  overflow: hidden !important;
}

/* bewegende lichtreflectie */
.target_private::after,
.hunt_quote::after,
.cquote::after,
.chat_message::after,
.chat_item::after,
.hunter_private::before,
.targ_quote::before,
.mbubble::before,
.chat_msg::before,
.chat_text::before,
.post_message::before {
  content: "" !important;
  position: absolute !important;
  top: -20% !important;
  left: -60% !important;
  width: 45% !important;
  height: 140% !important;
  background: linear-gradient(
    90deg,
    rgba(255,255,255,0),
    rgba(255,255,255,0.08),
    rgba(72,202,228,0.18),
    rgba(255,255,255,0)
  ) !important;
  transform: rotate(18deg) !important;
  animation: bubbleSweep 3.8s linear infinite !important;
  pointer-events: none !important;
}

/* sweep animatie */
@keyframes bubbleSweep {
  0% {
    left: -60%;
    opacity: 0;
  }

  10% {
    opacity: 1;
  }

  50% {
    left: 120%;
    opacity: 1;
  }

  100% {
    left: 120%;
    opacity: 0;
  }

/* 💬 NIEUWE BERICHTEN POP + GLOW EFFECT */

/* animatie op alle chatbubbels */
.target_private,
.hunt_quote,
.cquote,
.chat_message,
.chat_item,
.hunter_private,
.targ_quote,
.mbubble,
.chat_msg,
.chat_text,
.post_message {
  animation:
    bubblePopIn 0.45s cubic-bezier(0.18, 0.89, 0.32, 1.28),
    neonPulseBubble 2.4s ease-in-out infinite !important;
  transform-origin: bottom center !important;
}

/* 💥 pop in effect */
@keyframes bubblePopIn {
  0% {
    opacity: 0;
    transform: scale(0.72) translateY(18px);
    filter: blur(3px);
  }

  60% {
    opacity: 1;
    transform: scale(1.06) translateY(-2px);
    filter: blur(0);
  }

  100% {
    opacity: 1;
    transform: scale(1) translateY(0);
    filter: blur(0);
  }

/* 💬 TRANSPARANTE CHAT BUBBELS */

.target_private,
.hunt_quote,
.cquote,
.chat_message,
.chat_item,
.hunter_private,
.targ_quote,
.mbubble,
.chat_msg,
.chat_text,
.post_message {
  background: rgba(13, 24, 47, 0.58) !important;
  backdrop-filter: blur(10px) !important;
  -webkit-backdrop-filter: blur(10px) !important;

  border: 1px solid rgba(72, 202, 228, 0.65) !important;

  box-shadow:
    0 0 8px rgba(0, 150, 199, 0.55),
    0 0 16px rgba(0, 119, 182, 0.35),
    inset 0 0 4px rgba(255,255,255,0.03) !important;

  color: #ffffff !important;
  border-radius: 24px !important;
}
